Skip to content

ci: add GChat PR notification for Rokt Kit#66

Open
alexs-mparticle wants to merge 1 commit intomainfrom
nojira/pr-notify
Open

ci: add GChat PR notification for Rokt Kit#66
alexs-mparticle wants to merge 1 commit intomainfrom
nojira/pr-notify

Conversation

@alexs-mparticle
Copy link
Collaborator

Summary

  • Add GChat notification when a non-draft PR is opened against the Rokt Kit
  • Uses the same shared workflow (ROKT/rokt-workflows/.github/workflows/oss_pr_opened_notification.yml) as the Core Web SDK

Test plan

  • Open a test PR and verify GChat notification fires

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a GChat notification job to the existing reusable workflows file, so that team members are notified when a non-draft PR is opened against the Rokt Kit repository.

Changes:

  • Added a new pr-notify job that calls the shared ROKT/rokt-workflows notification workflow, gated on non-draft PRs and dependent on web-kit-pull-request.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

uses: mParticle/mparticle-workflows/.github/workflows/pr-branch-target-gitflow.yml@stable No newline at end of file
uses: mParticle/mparticle-workflows/.github/workflows/pr-branch-target-gitflow.yml@stable
pr-notify:
if: github.event.pull_request.draft == false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants